hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
AStarResult
hip
ai
pathfinding
Undocumented in source.
version(Test)
struct
AStarResult (
T
) {
bool
isPossible
;
T
[]
path
;
}
Members
Variables
isPossible
bool
isPossible
;
Undocumented in source.
path
T
[]
path
;
Undocumented in source.
Meta
Source
See Implementation
hip
ai
pathfinding
functions
AStar2D_4Way
manhattanHeuristic
structs
AStarResult